Skip to content

Extensions#76

Merged
JordiManyer merged 32 commits into
developfrom
extensions
Apr 11, 2025
Merged

Extensions#76
JordiManyer merged 32 commits into
developfrom
extensions

Conversation

@JordiManyer
Copy link
Copy Markdown
Member

@JordiManyer JordiManyer commented Oct 28, 2024

From the beginning of the package, we have naturally wanted to extend the functionalities to GridapP4est and GridapPETSc. However, this comes at a cost: We now depend on compatibility with the binaries/artifacts that power those two packages. This has been a downside in terms of compatibility, as showcased by the struggles we had during our JOSS publication. Moreover, the library has come to a point where we do not require PETSc or P4est for most things.

All this considered, I have decided to move all of this code to extensions. Extensions are a new feature of Julia 1.9, that allow conditional loading and extension of packages. This perfectly addresses our needs, so I see no downside of taking this path.

The only downside is that it limits our Julia compat to 1.9 and above. I however do not think this is an issue.

@JordiManyer JordiManyer changed the base branch from main to develop October 28, 2024 22:49
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 10, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@JordiManyer JordiManyer merged commit 4befa70 into develop Apr 11, 2025
4 checks passed
@JordiManyer JordiManyer deleted the extensions branch April 11, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant